nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / ByRefValueExtensions

ByRefValueExtensions

Full name Microsoft.VisualBasic.Language.Values.ByRefValueExtensions Assembly Microsoft.VisualBasic.Runtime Members 6

01 Syntax

Microsoft.VisualBasic.Language.Values.ByRefValueExtensions

02 Methods

NameOverloadsSummary
Split 1 Splits a string into substrings that are based on the characters in the separator array.
First 1 get the first char
StartsWith 1 Determines whether the beginning of this string instance matches the specified string.
CreateDelegate 1 Creates a delegate of the specified type from this method.
ToLower 1
GetTagValue 1

03 Members

method Split #
Split(Value(Of String), Char())

Splits a string into substrings that are based on the characters in the separator array.

Parameters
NameTypeDescription
sValue(Of String)

-

delimiterChar()

A character array that delimits the substrings in this string, an empty array that contains no delimiters, Or null.

Returns

An array whose elements contain the substrings from this instance that are delimited by one Or more characters in separator. For more information, see the Remarks section.

method First #

get the first char

Parameters
NameTypeDescription
strValue(Of String)

-

method StartsWith #
StartsWith(Value(Of String), String)

Determines whether the beginning of this string instance matches the specified string.

Parameters
NameTypeDescription
strValue(Of String)

-

substrString

The string to compare.

Returns

true if value matches the beginning of this string; otherwise, false.

method CreateDelegate #
CreateDelegate(Value(Of MethodInfo), Type)

Creates a delegate of the specified type from this method.

Parameters
NameTypeDescription
methodInfoValue(Of MethodInfo)

-

delegateTypeType

The type of the delegate to create.

Returns

The delegate for this method.

method ToLower #
method GetTagValue #
GetTagValue(Value(Of String), String, Boolean, Boolean)