StreamAddress.ToString Method

Returns a string representation of this stream address.

Definition

Namespace: Numerics.NET.Random
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public override string ToString()

Return Value

String
A string in the format "[seg0, seg1, ...]" or "[]" for empty address.

See Also