{CompanyName} FlexyGo

Util..::..ParseString Method

Parses a string based on a collection.

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

Syntax


public static string ParseString(
	string str,
	BaseCollection col,
	bool onlyIfNotBlank
)
Public Shared Function ParseString ( _
	str As String, _
	col As BaseCollection, _
	onlyIfNotBlank As Boolean _
) As String

Parameters

str
Type: String
The string.
col
Type: FLEXYGO.Utilities.General..::..BaseCollection
The colllection.
onlyIfNotBlank
Type: Boolean
if set to true [only if not blank].

Return Value

System.String.