Function formatToString

  • Formats the provided address to a string with the provided separator

    Parameters

    Returns Result<string, string>

    formatToString([192, 168, 100, 10]); // "192.168.100.10"
    
    "."