Show / Hide Table of Contents

Class StringConvertExtensions

Inheritance
object
StringConvertExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class StringConvertExtensions

Fields

RelatedCaseSeparator

Declaration
public static readonly char RelatedCaseSeparator
Field Value
Type Description
char

Methods

CaseFieldSlotToReference(string, string)

Declaration
public static string CaseFieldSlotToReference(this string reference, string slotName)
Parameters
Type Name Description
string reference
string slotName
Returns
Type Description
string

ReferenceToCaseFieldSlot(string)

Declaration
public static Tuple<string, string> ReferenceToCaseFieldSlot(this string reference)
Parameters
Type Name Description
string reference
Returns
Type Description
Tuple<string, string>

ReferenceToRelatedCases(string)

Declaration
public static Tuple<string, string> ReferenceToRelatedCases(this string reference)
Parameters
Type Name Description
string reference
Returns
Type Description
Tuple<string, string>

RelatedCasesToReference(string, string)

Declaration
public static string RelatedCasesToReference(this string reference, string targetCaseName)
Parameters
Type Name Description
string reference
string targetCaseName
Returns
Type Description
string
☀
☾
Back to top Generated by DocFX