{CompanyName} FlexyGo

Util..::..ObjectToStr Method

Converts Objects to the corresponding string based on TypeCode.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string ObjectToStr(
	Object aValue
)
Public Shared Function ObjectToStr ( _
	aValue As Object _
) As String

Parameters

aValue
Type: Object
A value.

Return Value

System.String.