Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string EscapeCuteML(this string)

Declaration

public static string EscapeCuteML(
    this string input
)

Summary

Escapes the input string such that it can be used in CuteML syntax. The result will have its [ and ] replaced with [(] and [)].