Back to Devexpress

BaseEdit.StringStartsWidth(String, String, Boolean) Method

windowsforms-devexpress-dot-xtraeditors-dot-baseedit-dot-stringstartswidth-x28-system-dot-string-system-dot-string-system-dot-boolean-x29.md

latest1.5 KB
Original Source

BaseEdit.StringStartsWidth(String, String, Boolean) Method

This member supports the internal .NET Framework infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static bool StringStartsWidth(
    string source,
    string part,
    bool ignoreCase
)
vb
Public Shared Function StringStartsWidth(
    source As String,
    part As String,
    ignoreCase As Boolean
) As Boolean

Parameters

NameType
sourceString
partString
ignoreCaseBoolean

Returns

Type
Boolean

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace