RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ExtensionMethods..::..CountTextForChars Method

Counts the text for chars.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public static int CountTextForChars(
	this string text,
	string searchString
)
<ExtensionAttribute> _
Public Shared Function CountTextForChars ( _
	text As String, _
	searchString As String _
) As Integer
[ExtensionAttribute]
public:
static int^ CountTextForChars(
	String^ text, 
	String^ searchString
)

Parameters

text
Type: String
The text.
searchString
Type: String
The search string.

Return Value

System.Int32.