A newer version of this page is available.
Switch to the current version.
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
)
Public Shared Function StringStartsWidth(
source As String,
part As String
) As Boolean
Parameters
Name | Type |
---|---|
source | String |
part | String |
Returns
Type |
---|
Boolean |
See Also
Feedback