Bridge

String..::..FromCharCode Method (array<Int32>[]()[][])

The static String.fromCharCode() method returns a string created by using the specified sequence of Unicode values.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static string FromCharCode(
	params int[] numbers
)
Public Shared Function FromCharCode ( _
	ParamArray numbers As Integer() _
) As String
public:
static String^ FromCharCode(
	... array<int^>^ numbers
)

Parameters

numbers
Type: array<System..::..Int32>[]()[][]
A sequence of numbers that are Unicode values.

Return Value