[This is preliminary documentation and is subject to change.]

Change the unspecified to empty string

Namespace:  OfficeClip.DBLayer.Service
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
protected string ChangeUnspecifiedToEmpty(
	string val
)
Visual Basic (Declaration)
Protected Function ChangeUnspecifiedToEmpty ( _
	val As String _
) As String
Visual C++
protected:
String^ ChangeUnspecifiedToEmpty(
	String^ val
)

Parameters

val
Type: System..::.String

Return Value

See Also