Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public static bool StringStartsWidth(
    string source,
    string part,
    bool ignoreCase
)

Parameters

Name Type
source String
part String
ignoreCase Boolean

Returns

Type
Boolean
See Also