Show / Hide Table of Contents

Class FormatStringExtension

Inheritance
System.Object
FormatStringExtension
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public static class FormatStringExtension

Methods

LazyFormat(String)

Declaration
public static LazyFormatString LazyFormat(this string format)
Parameters
Type Name Description
System.String format
Returns
Type Description
LazyFormatString

LazyFormat(String, Object)

Declaration
public static LazyFormatString LazyFormat(this string format, object arg1)
Parameters
Type Name Description
System.String format
System.Object arg1
Returns
Type Description
LazyFormatString

LazyFormat(String, Object, Object)

Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2)
Parameters
Type Name Description
System.String format
System.Object arg1
System.Object arg2
Returns
Type Description
LazyFormatString

LazyFormat(String, Object, Object, Object)

Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2, object arg3)
Parameters
Type Name Description
System.String format
System.Object arg1
System.Object arg2
System.Object arg3
Returns
Type Description
LazyFormatString

LazyFormat(String, Object, Object, Object, Object)

Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2, object arg3, object arg4)
Parameters
Type Name Description
System.String format
System.Object arg1
System.Object arg2
System.Object arg3
System.Object arg4
Returns
Type Description
LazyFormatString

LazyFormat(String, Object, Object, Object, Object, Object)

Declaration
public static LazyFormatString LazyFormat(this string format, object arg1, object arg2, object arg3, object arg4, object arg5)
Parameters
Type Name Description
System.String format
System.Object arg1
System.Object arg2
System.Object arg3
System.Object arg4
System.Object arg5
Returns
Type Description
LazyFormatString
Back to top © 2018 Adrian Stutz