StringExtensions.DashedToCamelCase Method (String, Char)
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.Utility.Extensions
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)
Usage
'Usage
Dim dashedText As String
Dim separator As Char
Dim returnValue As String
returnValue = StringExtensions.DashedToCamelCase(dashedText, separator)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function DashedToCamelCase ( _
dashedText As String, _
separator As Char _
) As String
[ExtensionAttribute]
public static string DashedToCamelCase (
string dashedText,
char separator
)
[ExtensionAttribute]
public:
static String^ DashedToCamelCase (
String^ dashedText,
wchar_t separator
)
/** @attribute ExtensionAttribute() */
public static String DashedToCamelCase (
String dashedText,
char separator
)
ExtensionAttribute
public static function DashedToCamelCase (
dashedText : String,
separator : char
) : String
Parameters
- dashedText
- separator
Return Value
Returns String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
StringExtensions Class
StringExtensions Members
Microsoft.OneGet.Utility.Extensions Namespace