System::Xml::XmlConvert::ToInt64 method
XmlConvert::ToInt64 method
Converts the String to a Int64 equivalent.
static int64_t System::Xml::XmlConvert::ToInt64(const String &s)
| Parameter | Type | Description | 
|---|---|---|
| s | const String& | The string to convert. | 
ReturnValue
An Int64 equivalent of the string.
See Also
- Class String
 - Class XmlConvert
 - Namespace System::Xml
 - Library Aspose.Font for C++