DOFUtilisValidAsciiString Method OpenDOF Object Access Library
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: Boolean
True if the string represents a valid ascii string, false if not.
Remarks

Whether the string is a valid ascii string.
See Also

Reference