AnySimpleType Conversion (AnySimpleType to String) |
Namespace:
Altova.RaptorXml.Xsd
Assembly:
raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntaxpublic static explicit operator string (
AnySimpleType v
)
Public Shared Narrowing Operator CType (
v As AnySimpleType
) As String
static explicit operator String^ (
AnySimpleType^ v
)
Parameters
- v
- Type: Altova.RaptorXml.XsdAnySimpleType
Return Value
Type:
String
See Also