op_Implicit

implicit operator

Konverterar sträng till XmpValue.

public static implicit operator XmpValue(string value)
ParameterTypBeskrivning
valueStringVärde att konvertera.

Returvärde

XmlValue.

Se även


implicit operator

Konverterar heltal till XmpValue.

public static implicit operator XmpValue(int value)
ParameterTypBeskrivning
valueInt32Värde att konvertera.

Returvärde

XmlValue.

Se även


implicit operator

Konverterar dubbelt till XmpValue.

public static implicit operator XmpValue(double value)
ParameterTypBeskrivning
valueDoubleVärde att konvertera.

Returvärde

XmlValue.

Se även


implicit operator

Konverterar DateTime till XmpValue.

public static implicit operator XmpValue(DateTime value)
ParameterTypBeskrivning
valueDateTimeVärde att konvertera.

Returvärde

XmlValue.

Se även


implicit operator

Konverterar array till XmpValue.

public static implicit operator XmpValue(object[] value)
ParameterTypBeskrivning
valueObject[]Värde att konvertera.

Returvärde

XmlValue.

Se även