WorksheetFunction.Unicode(String) Method

Definition

Returns the number (code point) corresponding to the first character of the text.

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

Parameters

Arg1
String

Character that you want the Unicode value of.

Returns

DOUBLE

Applies to