WorksheetFunction.BahtText(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.
Converts a number to Thai text and adds a suffix of "Baht."
public:
System::String ^ BahtText(double Arg1);
public string BahtText (double Arg1);
Public Function BahtText (Arg1 As Double) As String
Parameters
- Arg1
- Double
A number you want to convert to text, or a reference to a cell containing a number, or a formula that evaluates to a number.