Skip to content
Yami An edited this page Apr 17, 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 (null or empty)
  • CleanRef
  • ToListAsync

YANFunc (demo)

YANJson

  • Serialize
  • SerializeCamel
  • Deserialize
  • DeserializeCamel
  • DeserializeStandard (auto)
  • DeserializeDuo (auto + speed up for PascalCase)
  • DeserializeDuoCamelPriority (auto + speed up for CamelCase)

YANModel

  • ChangeTimeZoneAllProperties
  • AllPropertiesNotDefault
  • AllPropertiesDefault
  • AnyPropertiesNotDefault
  • AnyPropertiesDefault

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

  • ToLower
  • ToLowerRef
  • ToLowerInvariant
  • ToLowerInvariantRef
  • ToUpper
  • ToUpperRef
  • ToUpperInvariant
  • ToUpperInvariantRef
  • ToTitle
  • ToTitleRef
  • ToCapitalize
  • ToCapitalizeRef
  • CleanSpace
  • CleanSpaceRef
  • FormatName
  • FormatNameRef
  • FilterAlphabetic
  • FilterAlphabeticRef
  • FilterNumber
  • FilterNumberRef
  • FilterAlphanumeric
  • FilterAlphanumericRef
  • IsNull
  • IsNotNull
  • IsEmpty
  • IsNotEmpty
  • IsNullOrEmpty
  • IsNotNullAndEmpty
  • IsWhiteSpace
  • IsNotWhiteSpace
  • IsNullOrWhiteSpace
  • IsNotNullAndWhiteSpace
  • IsAlphabetic
  • IsNotAlphabetic
  • IsPunctuation
  • IsNotPunctuation
  • IsNumber
  • IsNotNumber
  • Equals
  • NotEquals
  • EqualsIgnoreCase
  • NotEqualsIgnoreCase
  • GetValue
  • GenerateRandomCharacter
  • GenerateRandomCharacters

OTHER

YANPass

  • Hash
  • Verify
  • IsValidPasswordStandard
  • IsValidPassword
Clone this wiki locally