C-DEngine 5.105

Ext..::..MaybeUri Method

Determines whether the specified String is a URI string.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool MaybeUri(
	string value
)
Public Shared Function MaybeUri ( _
	value As String _
) As Boolean
public:
static bool^ MaybeUri(
	String^ value
)

Parameters

value
Type: String
A String to test.

Return Value

true if value may be a URI string; otherwise, false.