WorksheetFunction.Unicode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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