Determines whether the specified character can start a Unicode identifier.
[Visual Basic] Public Shared Function IsUnicodeIdentifierStart( _ ByVal c As Char _ ) As Boolean [C#] public static bool IsUnicodeIdentifierStart( char c ); [C++] public: static bool IsUnicodeIdentifierStart( __wchar_t c ); [JScript] public static function IsUnicodeIdentifierStart( c : Char ) : Boolean;
true if the character can start a Unicode identifier, otherwise false.
This method has not been implemented yet.
Char Structure | Char Members | System Namespace | Boolean | Encoding | UnicodeEncoding