Table of Contents

Class StringExtensions

Namespace
Mithril.Core.Abstractions.Extensions
Assembly
Mithril.Core.Abstractions.dll

String extension methods

public static class StringExtensions
Inheritance
StringExtensions
Inherited Members

Methods

ToPascalCase(string?)

Converts the string to pascal case.

public static string ToPascalCase(this string? value)

Parameters

value string

The value.

Returns

string

The value in pascal case.