ExampleStruct Implicit operator (1 of 2)

Implicit cast to string.

public static implicit operator string(ExampleStruct value)

See Also


ExampleStruct Implicit operator (2 of 2)

Implicit cast from string.

public static implicit operator ExampleStruct(string value)

See Also