Class StringExtensions
Inheritance
System.Object
StringExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Romfile.Extensions
Assembly: Snowflake.Framework.dll
Syntax
public static class StringExtensions
Methods
ToTitleCase(String)
Declaration
public static string ToTitleCase(this string str)
Parameters
Type | Name | Description |
---|---|---|
System. |
str |
Returns
Type | Description |
---|---|
System. |
WithoutLastArticle(String, String)
Declaration
public static string WithoutLastArticle(this string title, string article)
Parameters
Type | Name | Description |
---|---|---|
System. |
title | |
System. |
article |
Returns
Type | Description |
---|---|
System. |