Convert comma separated string to a list Convert a List to a comma separated string
Category: Strings
Using Strings-Values
Verifying numeric values See here. ToString() https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings Display Values With Decimal Places Fixed number of decimal places Optional number of decimal places When formatting numbers you can use “0” as mandatory place and “#” as optional place. Display Decimal Value Insert leading zero’s if necessary Display Decimal Places Display Hex Value Display Binary Value Display […]
Verify Numeric Value
Convert string to value without erroring on fail For larger values: Verifying a form TextBox value example