Click or drag to resize

UtilitiesArrayToString Method

Outputs a string representing an array

Namespace:  VelocityDBExtensions
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static string ArrayToString(
	Array array,
	bool isEncodedOidArray,
	Page page,
	Type elementType,
	string prefix = ""
)

Parameters

array
Type: SystemArray
The array to represent as a string
isEncodedOidArray
Type: SystemBoolean
True if Oid is encoded as a UInt32 or UInt64
page
Type: VelocityDbPage
The page containing the array
elementType
Type: SystemType
The element Type
prefix (Optional)
Type: SystemString
A prefix to use before each array element in the output string

Return Value

Type: String
A String representing the array.
See Also