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.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static explicit operator string (
	MFIdentifier identifier
)

Parameters

identifier  MFIdentifier
The MFIdentifier to convert.

Return Value

String
The alias

See Also