Whether the string is a valid ascii string.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static bool isValidAsciiString( string value )
Parameters
- value
- Type: SystemString
The string to check if valid. Must not be null.
Return Value
Type: BooleanTrue if the string represents a valid ascii string, false if not.
Remarks
See Also