MFIdentifier   Conversion (String to MFIdentifier)

Implicit conversion of string to MFIdentifier. Allowing: MFIdentifier x = "string";

Definition

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

Parameters

str  String
Value to convert to MFIdentifier.

Return Value

MFIdentifier

See Also