Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool StartsWith(
this string name,
params string[] partialNames
)
public static bool StartsWith(
this string name,
params string[] partialNames
)
<ExtensionAttribute>
Public Shared Function StartsWith (
name As String,
ParamArray partialNames As String()
) As Boolean
<ExtensionAttribute>
Public Shared Function StartsWith (
name As String,
ParamArray partialNames As String()
) As Boolean
public:
[ExtensionAttribute]
static bool StartsWith(
String^ name,
... array<String^>^ partialNames
)
public:
[ExtensionAttribute]
static bool StartsWith(
String^ name,
... array<String^>^ partialNames
)
static member StartsWith :
name : string *
partialNames : string[] -> bool
static member StartsWith :
name : string *
partialNames : string[] -> bool
Return Value
Type:
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).