StringDecorated Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions to String type to calculate and render decorated content.
public class StringDecorated
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public class StringDecorated
type StringDecorated = class
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type StringDecorated = class
Public Class StringDecorated
- Inheritance
-
StringDecorated
- Attributes
Constructors
StringDecorated(String) |
Initializes a new instance of the StringDecorated class. |
Properties
ContentLength |
Gets the length of content sans escape sequences. |
IsDecorated |
Gets a value indicating whether the string contains decoration. |
Methods
ToString() |
Render the decorarted string using automatic output rendering. |
ToString(OutputRendering) |
Return string representation of content depending on output rendering mode. |