MarkupValue
Struct in Yarn.Markup
Inherits from System.ValueType
Summary
A value associated with a MarkupProperty .
public struct MarkupValueRemarks
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as LineParser .
Methods
| Name | Description |
|---|---|
| ToString() | |
| ToString(IFormatProvider) |
Properties
| Name | Description |
|---|---|
| BoolValue | Gets the bool value of this property. |
| FloatValue | Gets the float value of this property. |
| IntegerValue | Gets the integer value of this property. |
| StringValue | Gets the string value of this property. |
| Type | Gets the value’s type. |
See Also
- Yarn.Markup.LineParser.ParseString(System.String,System.String,System.Boolean,System.Boolean,System.Boolean):