ACR_ServerCommunicator.GameWorldManager.ConvertToBoolean C# (CSharp) Method

ConvertToBoolean() public static method

Convert a database string to a Boolean value.
public static ConvertToBoolean ( string Str ) : bool
Str string Supplies the database string.
return bool
        public static bool ConvertToBoolean(string Str)
        {
            return ALFA.Database.ACR_ConvertDatabaseStringToBoolean(Str);
        }