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

BaseEdit.StringStartsWidth(String, String) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static bool StringStartsWidth(
    string source,
    string part
)

Parameters

Name Type
source String
part String

Returns

Type
Boolean
See Also