WorksheetFunction.Unichar(Double) 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 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