Web3S_Demo > Web 3S String Utils Function Library

Web 3S String Utils Function Library

String Utils Function Library

Inheritance Hierarchy

Object
Blueprint Function Library

References

Module Web3S_Core_Runtime
Header Plugins/Web3S_Plugin/Source/Web3S_Core_Runtime/Public/Utils/Lib/Web3S_StringUtilsFunctionLibrary.h
Source Plugins/Web3S_Plugin/Source/Web3S_Core_Runtime/Private/Utils/Lib/Web3S_StringUtilsFunctionLibrary.cpp
Include Utils/Lib/Web3S_StringUtilsFunctionLibrary.h

Functions

BytesToHex Converts the byte array to a string containing the corresponding character byte values written in two-digit lowercase hex format.
BytesToString Tries to convert a byte array into string using UTF-8 encoding.
ColorToHex Converts this color value to a hexadecimal string. The format of the string is RRGGBBAA.
Hex to String Converts a hex string to a UTF-8 string.
HexToBytes Converts a hex string into a byte array using UTF-8 encoding.
HexToColor Creates a color value from the given hexadecimal string. Supported formats are: RGB, RRGGBB, RRGGBBAA, #RGB, #RRGGBB, #RRGGBBAA
String to Bool Converts a string to a bool.
String to Hex Converts the text string to a string containing the corresponding character byte values written in two-digit lowercase hex format.
StringToBytes Converts string into a byte array using UTF-8 encoding.