Method ToString
ToString()
Generates a string representation of this XREnvironmentProbe.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of this XREnvironmentProbe. |
Overrides
ToString(string)
Generates a string representation of this XREnvironmentProbe. Floating point
values use floatingPointformat
to generate their string representations.
Declaration
public string ToString(string floatingPointformat)
Parameters
Type | Name | Description |
---|---|---|
string | floatingPointformat | The format specifier used for floating point fields. |
Returns
Type | Description |
---|---|
string | A string representation of this XREnvironmentProbe. |