RawString
Defined in RazorEngine.dll.
Represents an unencoded string.
Constructors
Constructor | Description |
new(value)
Signature: value:string -> unit
|
Initialises a new instance of RawString |
Instance members
Instance member | Description |
ToEncodedString()
Signature: unit -> string
Modifiers: abstract |
Gets the encoded string. Returns: The encoded string. |
ToString()
Signature: unit -> string
Modifiers: abstract |
Gets the string representation of this instance. Returns: The string representation of this instance. |