Machine.UrlStrong.Translation.Model.ParsedUrlPart.IsParameterBit C# (CSharp) Method

IsParameterBit() static private method

static private IsParameterBit ( string bit ) : bool
bit string
return bool
    static bool IsParameterBit(string bit)
    {
      return bit[0] == '[';
    }