System Namespace Convert Class
Converts the first character of a String to a Unicode character using specified culture-specific formatting information.
[ VB ] Overloads Public Shared Function ToChar ( _ ByVal value As String, _ ByVal provider As IFormatProvider _ ) As Char [ C# ] public static char ToChar ( string value, IFormatProvider provider ); [ C++ ] public: static __wchar_t ToChar ( String* value, IFormatProvider* provider ); [ JScript ] public static function ToChar ( value : String, provider : IFormatProvider ) : Char;
The Unicode character equivalent to the first and only character in value.
value must be a null reference ( Nothing in Visual Basic ) or a String containing a single character.
provider is ignored; it does not participate in this operation.
Convert Members Convert.ToChar Overload List
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph