PostSharpAPI ReferencePost­Sharp.​SerializationDotted­StringImplicit
Open sandboxFocus

DottedString.Implicit Operator

Implicit(DottedString to String)

Converts a DottedString into a System.String.

Declaration
public static implicit operator string (DottedString dottedString)
Parameters
Type Name Description
DottedString dottedString

A DottedString.

Returns
Type Description
System.String

The System.String encapsulated by dottedString.

Implicit(String to DottedString)

Converts a System.String into a DottedString.

Declaration
public static implicit operator DottedString(string str)
Parameters
Type Name Description
System.String str

A System.String.

Returns
Type Description
DottedString

A DottedString encapsulating str.