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.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static explicit operator string (
	MFIdentifier identifier
)
- identifier  MFIdentifier
- The MFIdentifier to convert.
StringThe alias