LumiSoft Net Help
IsAscii Method (value)
NamespacesLumiSoft.NetNet_UtilsIsAscii(String)
Gets if the specified string is ASCII string.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
value (String)
String value.
Return Value
Boolean
Returns true if specified string is ASCII string, otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119