Summary
Returns a
string
that represents this instance.
- Namespace
- StrideToolkit
.Mathematics - Containing Type
- RaySegment
Syntax
public string ToString(IFormatProvider formatProvider)
Parameters
Name | Type | Description |
---|---|---|
formatProvider | IFormatProvider | The format provider. |
Return Value
Type | Description |
---|---|
string |
A string that represents this instance.
|