WorksheetFunction.Unichar(Double) Method

Definition

Returns the Unicode character referenced by the given numeric value.

public:
 System::String ^ Unichar(double Arg1);
public string Unichar (double Arg1);
Public Function Unichar (Arg1 As Double) As String

Parameters

Arg1
Double

Unicode number representing a character.

Returns

STRING

Applies to