Mine is:

public static implicit operator string( object o )
{
  ...
}

Post a Comment