Gets or sets the format to use for each element
when creating a string representation of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public string FormatString { get; set; }
Public Property FormatString As String
Get
Set
public:
virtual property String^ FormatString {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FormatString : string with get, set
override FormatString : string with get, set
Property Value
Type:
StringImplements
IVectorFormatString
Reference