MFIdentifier Conversion (MFIdentifier to String) |
Original value string value can be got by explicit request.
Allowing conversion and assignment into string.
string s = (string)SomeIdent;
If only ID number available, returns it as a string.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static explicit operator string (
MFIdentifier identifier
)
Public Shared Narrowing Operator CType (
identifier As MFIdentifier
) As String
static explicit operator String^ (
MFIdentifier^ identifier
)
Parameters
- identifier
- Type: MFiles.VAF.ConfigurationMFIdentifier
The MFIdentifier to convert.
Return Value
Type:
StringThe alias
See Also