function LPad(ContentToSize,PadLength,PadChar) { return GetRepeatedCharString(PadChar, PadLength -ContentToSize.length) + ContentToSize;}function GetRepeatedCharString(Char, Size) { if (Size < 1) return ""; else if (Size == 1) return Char; else return GetRepeatedCharString(Char, Size / 2) +GetRepeatedCharString(Char, (Size + 1) / 2);}Arguments:ContentToSize - Content to be PaddedPadLength -Length of the string after paddingPadChar - Character to be Padded if the String is length is lesser thenPadLengtheg.LPad(a,4,"0") will return 000a

Top Careers at Microsoft
Microsoft has gained its position as one of the top companies in the world, and Microsoft careers are flourishing. This multinational company is efficiently developing popular software and computers with other consumer electronics. It is a dream come true for so many people to acquire a high paid, high-prestige job