Click or drag to resize

OzTupleT1, T2, T3, T4, T5, T6, T7ToString Method

Returns a string that represents the value of this Tuple(Of T1, T2, T3, T4, T5, T6, T7) instance.

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public override string ToString()

Return Value

Type: String
The string representation of this Tuple(Of T1, T2, T3, T4, T5, T6, T7) object.
See Also