LiteralString.ToString Method |
Convert this instance to a String.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override string ToString()
Return Value
Type: StringThe String contained in the current instance, or null if the current instance is null.