IsAsciiString()

String::IsAsciiString() const method

Indicates if a String contains ASCII symbols only.

bool System::String::IsAsciiString() const

Return Value

True if a string is an ASCII string.

See Also