• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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.String str
Returns
Type Description
System.String

WithoutLastArticle(String, String)

Declaration
public static string WithoutLastArticle(this string title, string article)
Parameters
Type Name Description
System.String title
System.String article
Returns
Type Description
System.String
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.