Snapi Language ReferenceBuilt-in LibrariesByteOn this pageByteLibrary of functions for the byte type.FunctionsFromBuilds a byte from a number or string.Syntax:Byte.From(value: number or string)Parametersvalue: The value to convert to byte.Example:Byte.From("123") // 123Byte.From(1.5) // 1