TK.Char Method

Gets char
Public Shared Function Char( _ 
ByVal ch As Integer
) As String
This language is not supported or no code example is available.
public static string Char( 
int ch 
)
This language is not supported or no code example is available.

Parameters

ch
int

Char code

Return Value

string

String containg char

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition