Gets if the specified string is ASCII string.

C# | Visual Basic | Visual C++ | F# |
public static bool IsAscii( string value )
Public Shared Function IsAscii ( value As String ) As Boolean
public: static bool IsAscii( String^ value )
static member IsAscii : value : string -> bool

- value (String)
- String value.

Boolean
Returns true if specified string is ASCII string, otherwise false.
Returns true if specified string is ASCII string, otherwise false.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119