Back to Devexpress

BaseEdit.StringStartsWidth(String, String) Method

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

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Parameters

NameType
sourceString
partString

Returns

Type
Boolean

See Also

BaseEdit Class

BaseEdit Members

DevExpress.XtraEditors Namespace