SampleDatabaseExtensionsToLabelStringTValue Method (TValue)

CVB.Net Documentation
Pretty-print a vector label.

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public static string ToLabelString<TValue>(
	this TValue[] arr
)

Parameters

arr
Type: TValue
Array to print.

Type Parameters

TValue
Type of the array entries.

Return Value

Type: String
String representation of the vector label.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference