Skip to content
Yami An edited this page May 14, 2023 · 19 revisions

YAMI AN NEPHILIM LIBRARY

EXTENSION

Flexible typeparam

Flexible input/output size

Flexible nullable and non-nullable

YANBool

  • GenerateRandomBool
  • GenerateRandomBools

YANDateTime

  • ToDateTime
  • GenerateRandomDateTime
  • GenerateRandomDateTimes
  • GetWeekOfYear
  • TotalMonths
  • ChangeTimeZone

YANEnumerable

  • ChunkBySize
  • Clean
  • IsEmptyOrNull
  • IsNotEmptyAndNull
  • AllEmptyOrNull
  • AnyEmptyOrNull
  • AllNotEmptyAndNull
  • AnyNotEmptyAndNull

YANJson

  • Serialize
  • Serializes
  • CamelSerialize
  • CamelSerializes
  • StandardDeserialize
  • StandardDeserializes
  • Deserialize
  • Deserializes

YANModel

  • AllPropertiesNotDefault
  • AllPropertiesDefault
  • AnyPropertiesNotDefault
  • AnyPropertiesDefault
  • ChangeTimeZoneAllProperties

YANNum

  • Min
  • Max
  • ToByte
  • GenerateRandomByte
  • GenerateRandomBytes
  • ToDecimal
  • GenerateRandomDecimal
  • GenerateRandomDecimals
  • ToDouble
  • GenerateRandomDouble
  • GenerateRandomDoubles
  • ToFloat
  • GenerateRandomFloat
  • GenerateRandomFloats
  • ToInt
  • GenerateRandomInt
  • GenerateRandomInts
  • ToLong
  • GenerateRandomLong
  • GenerateRandomLongs
  • ToNint
  • GenerateRandomNint
  • GenerateRandomNints
  • ToNuint
  • GenerateRandomNuint
  • GenerateRandomNuints
  • ToSbyte
  • GenerateRandomSbyte
  • GenerateRandomSbytes
  • ToShort
  • GenerateRandomShort
  • GenerateRandomShorts
  • ToUint
  • GenerateRandomUint
  • GenerateRandomUints
  • ToUlong
  • GenerateRandomUlong
  • GenerateRandomUlongs
  • ToUshort
  • GenerateRandomUshort
  • GenerateRandomUshorts

YANProcess

  • KillAllProcessesByName

YANRandom

  • NextInt32
  • NextDecimal
  • NextSingle
  • NextDouble
  • NextDecimal

YANTask

  • WaitAnyWithCondition
  • WhenAnyWithCondition

YANText

  • ToTitle
  • ToCapitalize
  • CleanSpace
  • FormatName
  • FilterAlphabetic
  • FilterNumber
  • FilterAlphanumeric
  • IsEmpty
  • AllEmpty
  • AnyEmpty
  • IsWhiteSpace
  • AllWhiteSpace
  • AnyWhiteSpace
  • IsWhiteSpaceOrNull
  • AllWhiteSpaceOrNull
  • AnyWhiteSpaceOrNull
  • IsAlphabetic
  • AllAlphabetic
  • AnyAlphabetic
  • IsPunctuation
  • AllPunctuation
  • AnyPunctuation
  • IsNumber
  • AllNumber
  • AnyNumber
  • EqualsIgnoreCase
  • AllEqualsIgnoreCase
  • AnyEqualsIgnoreCase
  • IsNotEmpty
  • AllNotEmpty
  • AnyNotEmpty
  • IsNotWhiteSpace
  • AllNotWhiteSpace
  • AnyNotWhiteSpace
  • IsNotEmptyAndWhiteSpace
  • AllNotEmptyAndWhiteSpace
  • AnyNotEmptyAndWhiteSpace
  • IsNotAlphabetic
  • AllNotAlphabetic
  • AnyNotAlphabetic
  • IsNotPunctuation
  • AllNotPunctuation
  • AnyNotPunctuation
  • IsNotNumber
  • AllNotNumber
  • AnyNotNumber
  • NotEqualsIgnoreCase
  • AllNotEqualsIgnoreCase
  • AnyNotEqualsIgnoreCase
  • GetValue
  • GenerateRandomCharacter
  • ToLower
  • ToLowerInvariant
  • ToUpper
  • ToUpperInvariant
  • IsNull
  • AllNull
  • AnyNull
  • IsEmptyOrNull
  • AllEmptyOrNull
  • AnyEmptyOrNull
  • IsNotNull
  • AllNotNull
  • AnyNotNull
  • IsNotEmptyAndNull
  • AllNotEmptyAndNull
  • AnyNotEmptyAndNull
  • IsNotWhiteSpaceAndNull
  • AllNotWhiteSpaceAndNull
  • AnyNotWhiteSpaceAndNull

OTHER

YANPass

  • Hash
  • Verify
  • IsValidPasswordStandard
  • IsValidPassword