C-DEngine 5.105

Ext..::..IsEnclosedIn Method

Determines whether the specified String is enclosed in the specified Char.

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

Syntax


public static bool IsEnclosedIn(
	string value,
	char c
)
Public Shared Function IsEnclosedIn ( _
	value As String, _
	c As Char _
) As Boolean
public:
static bool^ IsEnclosedIn(
	String^ value, 
	wchar_t^ c
)

Parameters

value
Type: String
A String to test.
c
Type: Char
A Char that represents the character to find.

Return Value

true if value is enclosed in c; otherwise, false.