CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!

Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.

Namespace: ?System
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ToChar ( _
	value As Short _
) As Char
C#
public static char ToChar(
	short value
)
Visual C++
public:
static wchar_t ToChar(
	short value
)
JavaScript
System.Convert.toChar = function(value);

Parameters

value
Type: System..::.Int16
A 16-bit signed integer.

Return Value

The Unicode character equivalent to the value of value.

Exceptions

ExceptionCondition
System..::.OverflowExceptionvalue is less than MinValue.

See Also



Free Download:
  Privacy | Contact Us
All Times Are GMT