DottedString Implicit Conversion (String to DottedString) |
Converts a String into a DottedString.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static implicit operator DottedString ( string str )
Parameters
- str
- Type: System.String
A String.
Return Value
Type: DottedStringA DottedString encapsulating str.